From f9e3e64ca2f95aabe17a62d9c09f3fcef7c2c48f Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 16 Dec 2022 17:35:26 +0700 Subject: Footer --- src/pages/shop/brands/[slug].js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pages/shop/brands/[slug].js') diff --git a/src/pages/shop/brands/[slug].js b/src/pages/shop/brands/[slug].js index a2f05cfa..8e67ef1e 100644 --- a/src/pages/shop/brands/[slug].js +++ b/src/pages/shop/brands/[slug].js @@ -1,6 +1,7 @@ import axios from "axios"; import { useEffect, useState } from "react"; import Filter from "../../../components/Filter"; +import Footer from "../../../components/Footer"; import Header from "../../../components/Header"; import Layout from "../../../components/Layout"; import Pagination from "../../../components/Pagination"; @@ -125,6 +126,8 @@ export default function BrandDetail({ + +